home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Time-and-Clock-Tools / rclke222.exe / SETUP.INI < prev    next >
INI File  |  1998-08-12  |  13KB  |  433 lines

  1. ; Installscript for RoundClock. Copyright (C) 1997/98 by fkWare. All Rights reserved.
  2. ;-----------------------------------------------------------------------------------------------
  3.  
  4. [Setup]
  5.  
  6.  Name              = "RoundClock"
  7.  Version           = "2.22"
  8.  Title             = "RoundClock Setup"
  9.  Copyright         = "Copyright ⌐ 1997/98 by fkWare. All Rights Reserved."
  10.  Bitmap            = setup.bmp
  11.  Icon              = roundclock.ico
  12.  MinimumInstall    = Basic
  13.  TypicalInstall    = Basic,Help,Sounds,Bitmaps,Uninstall
  14.  Platforms         = WinNT,Win95
  15.  
  16. ;-----------------------------------------------------------------------------------------------
  17.  
  18. [SetupDLL]
  19.  SetupDLL          = rclksetup.dll
  20.  
  21. ;-----------------------------------------------------------------------------------------------
  22.  
  23. [Finish]
  24.  DisplayRun        = Yes
  25.  ProgramPath       = $TargetFolder\roundclock.exe
  26.  ProgramFlag       = Basic
  27.  
  28.  DisplayReadme     = Yes
  29.  ReadmePath        = $TargetFolder\readme.txt
  30.  ReadmeFlag        = Help
  31.  
  32. ;-----------------------------------------------------------------------------------------------
  33.  
  34. [TargetFolder]
  35.  BrowseForTarget   = Yes
  36.  TargetFolder      = $ProgramFilesFolder\$ProgName
  37.  
  38. ;-----------------------------------------------------------------------------------------------
  39.  
  40. [License]
  41.  DisplayLicense    = Yes
  42.  LicenseFile       = license.rtf
  43.  
  44. ;-----------------------------------------------------------------------------------------------
  45.  
  46. [Unload]
  47.  UnloadPrograms    = Yes
  48.  ClassName         = "RoundClockClass"
  49.  
  50. ;-----------------------------------------------------------------------------------------------
  51.  
  52. [Uninstall]
  53.  CreateUninstall   = Yes
  54.  UninstallString   = "$ProgName 2.22sion"
  55.  UninstallApp      = $TargetFolder\uninstall.exe
  56.  
  57.  RemoveReg         = HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run|$ProgName
  58.  RemoveReg         = HKEY_CURRENT_USER\Software\fkWare\$ProgName
  59.  RemoveReg         = HKEY_LOCAL_MACHINE\Software\fkWare\$ProgName
  60.  RemoveReg         = HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$ProgName
  61.  RemoveReg         = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$ProgName.exe
  62.  
  63.  RemoveEmptyReg    = HKEY_CURRENT_USER\Software\fkWare
  64.  RemoveEmptyReg    = HKEY_LOCAL_MACHINE\Software\fkWare
  65.  
  66. ;-----------------------------------------------------------------------------------------------
  67.  
  68. [Options]
  69.  OptionItem        = Startup
  70.  OptionItem        = DesktopIcon
  71.  OptionItem        = DefaultBitmap
  72.  
  73. ;-----------------------------------------------------------------------------------------------
  74.  
  75. [Startup]
  76.  Item              = "Launch $ProgName at startup?"
  77.  Description       = "This will launch $ProgName every time Windows starts up."
  78.  Summary           = "       - Windows will launch $ProgName at startup"
  79.  AddRegistry       = RegistryStartupItem
  80.  Flag              = Basic
  81.  
  82. ;-----------------------------------------------------------------------------------------------
  83.  
  84. [DesktopIcon]
  85.  Item              = "Create $ProgName Icon on Desktop?"
  86.  Description       = "This will create an icon for $ProgName directly on your desktop"
  87.  Summary           = "       - Setup will create an icon on your desktop"
  88.  CreateShortcut    = DesktopShortCut
  89.  Flag              = Basic
  90.                            
  91. ;-----------------------------------------------------------------------------------------------
  92.  
  93. [DesktopShortcut]
  94.  ShortcutPath      = $Desktop\RoundClock
  95.  TargetFile        = $TargetFolder\roundclock.exe
  96.  Flag              = Basic
  97.  
  98. ;-----------------------------------------------------------------------------------------------
  99.  
  100. [DefaultBitmap]
  101.  Item              = "Use default bitmap as clock background?"
  102.  Description       = "This will set up the default bitmap as the background of the clock"
  103.  Summary           = "       - The default bitmap is used as clock background"
  104.  AddRegistry       = RegistryBitmapItem1
  105.  AddRegistry       = RegistryBitmapItem2
  106.  AddRegistry       = RegistryBitmapItem3
  107.  Flag              = Bitmaps
  108.  
  109. [RegistryBitmapItem1]
  110.  RootKey           = HKEY_CURRENT_USER
  111.  Path              = Software\fkWare\$ProgName
  112.  ItemName          = BitmapFile
  113.  Value             = "$TargetFolder\Bitmaps\modern1s.bmp"
  114.  Flag              = Bitmaps
  115.  
  116. [RegistryBitmapItem2]
  117.  RootKey           = HKEY_CURRENT_USER
  118.  Path              = Software\fkWare\$ProgName
  119.  ItemName          = DisplayBitmap
  120.  ValueInt          = 1
  121.  Flag              = Bitmaps
  122.  
  123. [RegistryBitmapItem3]
  124.  RootKey           = HKEY_CURRENT_USER
  125.  Path              = Software\fkWare\$ProgName
  126.  ItemName          = AdjustNow
  127.  ValueInt          = 1
  128.  Flag              = Bitmaps
  129.  
  130. ;-----------------------------------------------------------------------------------------------
  131.  
  132. [CreateFolder]
  133.  CreateFolder      = CreateSoundFolder
  134.  CreateFolder      = CreateBitmapFolder
  135.  CreateFolder      = CreateTargetFolder
  136.  
  137. [CreateTargetFolder]
  138.  Path              = $TargetFolder
  139.  Flag              = Basic
  140.  
  141. [CreateSoundFolder]
  142.  Path              = $TargetFolder\Sounds
  143.  Flag              = Sounds
  144.  
  145. [CreateBitmapFolder]
  146.  Path              = $TargetFolder\Bitmaps
  147.  Flag              = Bitmaps
  148.  
  149. ;-----------------------------------------------------------------------------------------------
  150.  
  151. [ProgramGroup]
  152.  CreateGroup       = Yes
  153.  GroupName         = $ProgName
  154.  GroupLocation     = $ProgramGroupFolder
  155.  InstallShortcut   = RoundClockShortcut
  156.  InstallShortcut   = HelpShortcut
  157.  InstallShortcut   = ReadmeShortcut
  158.  InstallShortcut   = RegisterShortcut
  159.  InstallShortcut   = UninstallShortcut
  160.  Flag              = ProgramGroup
  161.  
  162. [RoundClockShortcut]
  163.  ShortcutPath      = $GroupFolder\$ProgName
  164.  TargetFile        = $TargetFolder\roundclock.exe
  165.  Flag              = Basic
  166.  
  167. [HelpShortcut]
  168.  ShortcutPath      = $GroupFolder\RoundClock Help
  169.  TargetFile        = $TargetFolder\roundclock.hlp
  170.  Flag              = Help
  171.  
  172. [ReadmeShortcut]
  173.  ShortcutPath      = $GroupFolder\Readme
  174.  TargetFile        = $TargetFolder\readme.txt
  175.  Flag              = Help
  176.  
  177. [UninstallShortcut]
  178.  ShortcutPath      = $GroupFolder\Uninstall RoundClock
  179.  TargetFile        = $TargetFolder\uninstall.exe
  180.  Flag              = Uninstall
  181.  
  182. [RegisterShortcut]
  183.  ShortcutPath      = $GroupFolder\Register RoundClock
  184.  TargetFile        = $TargetFolder\register.exe
  185.  Flag              = Basic
  186.  
  187. ;-----------------------------------------------------------------------------------------------
  188.  
  189. [Registry]
  190.  AddStandardKeys   = Yes
  191.  AddRegistry       = RegistrySoundItem
  192.  AddRegistry       = RegistryBitmapItem
  193.  AddRegistry       = RegistryAppPath1
  194.  AddRegistry       = RegistryAppPath2
  195.  
  196. [RegistryAppPath1]
  197.  RootKey           = HKEY_LOCAL_MACHINE
  198.  Path              = SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$ProgName.exe
  199.  Value             = "$TargetFolder\roundclock.exe"
  200.  Flag              = Basic
  201.  
  202. [RegistryAppPath2]
  203.  RootKey           = HKEY_LOCAL_MACHINE
  204.  Path              = SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$ProgName.exe
  205.  ItemName          = "Path"
  206.  Value             = "$TargetFolder"
  207.  Flag              = Basic
  208.  
  209. [RegistryStartupItem]
  210.  RootKey           = HKEY_CURRENT_USER
  211.  Path              = Software\Microsoft\Windows\CurrentVersion\Run
  212.  ItemName          = $ProgName
  213.  Value             = "$TargetFolder\roundclock.exe"
  214.  Flag              = Basic
  215.  
  216. [RegistrySoundItem]
  217.  RootKey           = HKEY_CURRENT_USER
  218.  Path              = Software\fkWare\$ProgName
  219.  ItemName          = "LastSoundDir"
  220.  Value             = "$TargetFolder\Sound"
  221.  Flag              = Sounds
  222.  
  223. [RegistryBitmapItem]
  224.  RootKey           = HKEY_CURRENT_USER
  225.  Path              = Software\fkWare\$ProgName
  226.  ItemName          = "LastBitmapDir"
  227.  Value             = "$TargetFolder\Bitmap"
  228.  Flag              = Bitmaps
  229.  
  230. ;-----------------------------------------------------------------------------------------------
  231.  
  232. [InstallFlags]
  233.  SelectInstallType = Yes
  234.  CustomInstall     = Yes
  235.  
  236.  InstallFlag       = Help
  237.  InstallFlag       = Sounds
  238.  InstallFlag       = Bitmaps
  239.  
  240.  CustomItem        = BasicItem
  241.  CustomItem        = HelpItem
  242.  CustomItem        = SoundsItem
  243.  CustomItem        = BitmapsItem
  244.  CustomItem        = UninstallItem
  245.  
  246. ;-----------------------------------------------------------------------------------------------
  247.  
  248. [BasicItem]
  249.  Item              = "$ProgName basic files  (%li KByte)"
  250.  Description       = "This item contains all required files for running $ProgName."
  251.  Summary           = "       - Basic application files"
  252.  Flag              = Basic
  253.  
  254. [HelpItem]
  255.  Item              = "$ProgName help files  (%li KByte)"
  256.  Description       = "The item contains the help file for $ProgName and other documentation files."
  257.  Summary           = "       - Help Files"
  258.  Flag              = Help
  259.  
  260. [SoundsItem]
  261.  Item              = "Sound files (%li KByte)"
  262.  Description       = "Miscellaneous sound files for creating audible alarms."
  263.  Summary           = "       - Sound Files"
  264.  Flag              = Sounds
  265.  
  266. [BitmapsItem]
  267.  Item              = "Clock images (%li KByte)"
  268.  Description       = "This clock images may be used to cover the clocks background."
  269.  Summary           = "       - Clock bitmaps"
  270.  Flag              = Bitmaps
  271.  
  272. [UninstallItem]
  273.  Item              = "Uninstall program  (%li KByte)"
  274.  Description       = "This uninstall program will completely remove $ProgName from your system if you want to remove it."
  275.  Summary           = "       - Uninstall program"
  276.  Flag              = Uninstall
  277.  
  278. ;-----------------------------------------------------------------------------------------------
  279.  
  280. [Install Files]
  281.  File = roundclock.exe
  282.  File = roundclock.hlp
  283.  File = roundclock.cnt
  284.  File = register.exe
  285.  File = register.hlp
  286.  File = reg-form.txt
  287.  File = readme.txt
  288.  File = changes.txt
  289.  File = uninstall.exe
  290.  File = webcheck.dll
  291.  File = "fkWare Web Site.url"
  292.  
  293.  File = antique1s.bmp
  294.  File = antique2s.bmp
  295.  File = antique4s.bmp
  296.  File = blue.bmp
  297.  File = clock6.bmp
  298.  File = modern1s.bmp
  299.  File = smallgold1.bmp
  300.  File = smallgold2.bmp
  301.  
  302.  File = alarm1.wav
  303.  File = alarmclock2.wav
  304.  File = bell.wav
  305.  File = clock4.wav
  306.  File = communictr.wav
  307.  File = cuckoo1.wav
  308.  File = cuckoo2.wav
  309.  File = ohoh.wav
  310.  File = telephone1.wav
  311.  File = tinkle.wav
  312.  File = twrclock.wav
  313.  
  314. ;-----------------------------------------------------------------------------------------------
  315.  
  316. [fkWare Web Site.url]
  317.  Flag = ProgramGroup
  318.  TargetFolder = $GroupFolder
  319.  
  320. [roundclock.exe]
  321.  Flag = Basic
  322.  
  323. [webcheck.dll]
  324.  Flag = Basic
  325.  
  326. [roundclock.hlp]
  327.  Flag = Help
  328.  
  329. [register.hlp]
  330.  Flag = Basic
  331.  
  332. [register.exe]
  333.  Flag = Basic
  334.  
  335. [roundclock.cnt]
  336.  Flag = Help
  337.  
  338. [readme.txt]
  339.  Flag = Help
  340.  
  341. [changes.txt]
  342.  Flag = Help
  343.  
  344. [reg-form.txt]
  345.  Flag = Basic
  346.  
  347. [uninstall.exe]
  348.  Flag = Uninstall
  349.  
  350. [antique1s.bmp]
  351.  Flag = Bitmaps
  352.  TargetFolder = $TargetFolder\Bitmaps
  353.  
  354. [antique2s.bmp]
  355.  Flag = Bitmaps
  356.  TargetFolder = $TargetFolder\Bitmaps
  357.  
  358. [antique4s.bmp]
  359.  Flag = Bitmaps
  360.  TargetFolder = $TargetFolder\Bitmaps
  361.  
  362. [blue.bmp]
  363.  Flag = Bitmaps
  364.  TargetFolder = $TargetFolder\Bitmaps
  365.  
  366. [clock6.bmp]
  367.  Flag = Bitmaps
  368.  TargetFolder = $TargetFolder\Bitmaps
  369.  
  370. [modernclock1.bmp]
  371.  Flag = Bitmaps
  372.  TargetFolder = $TargetFolder\Bitmaps
  373.  
  374. [modern1s.bmp]
  375.  Flag = Bitmaps
  376.  TargetFolder = $TargetFolder\Bitmaps
  377.  
  378. [smallgold1.bmp]
  379.  Flag = Bitmaps
  380.  TargetFolder = $TargetFolder\Bitmaps
  381.  
  382. [smallgold2.bmp]
  383.  Flag = Bitmaps
  384.  TargetFolder = $TargetFolder\Bitmaps
  385.  
  386.  
  387. [alarm1.wav]
  388.  Flag = Sounds
  389.  TargetFolder = $TargetFolder\Sounds
  390.  
  391. [alarmclock2.wav]
  392.  Flag = Sounds
  393.  TargetFolder = $TargetFolder\Sounds
  394.  
  395. [bell.wav]
  396.  Flag = Sounds
  397.  TargetFolder = $TargetFolder\Sounds
  398.  
  399. [clock4.wav]
  400.  Flag = Sounds
  401.  TargetFolder = $TargetFolder\Sounds
  402.  
  403. [communictr.wav]
  404.  Flag = Sounds
  405.  TargetFolder = $TargetFolder\Sounds
  406.  
  407. [cuckoo1.wav]
  408.  Flag = Sounds
  409.  TargetFolder = $TargetFolder\Sounds
  410.  
  411. [cuckoo2.wav]
  412.  Flag = Sounds
  413.  TargetFolder = $TargetFolder\Sounds
  414.  
  415. [ohoh.wav]
  416.  Flag = Sounds
  417.  TargetFolder = $TargetFolder\Sounds
  418.  
  419. [telephone1.wav]
  420.  Flag = Sounds
  421.  TargetFolder = $TargetFolder\Sounds
  422.  
  423. [tinkle.wav]
  424.  Flag = Sounds
  425.  TargetFolder = $TargetFolder\Sounds
  426.  
  427. [twrclock.wav]
  428.  Flag = Sounds
  429.  TargetFolder = $TargetFolder\Sounds
  430.  
  431. ;-----------------------------------------------------------------------------------------------
  432. ;End of file
  433.